
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900&display=swap');

/* Styles spécifiques pour les écrans de taille inférieure à 768 pixels (par exemple, les smartphones) */
@media screen and (max-width: 768px) {
    .dropdown-container {
        padding: 5px; /* Ajustez la marge intérieure pour les écrans plus petits */
    }
}

/* Style pour la liste déroulante dans la barre de navigation */
.navbar-dropdown {
    list-style-type: none; /* Supprime les puces de la liste */
    padding: 0;
    margin: 0;
}

.navbar-dropdown li {
    padding: 10px;
    background-color: #fff; /* Couleur de fond des éléments de la liste déroulante */
    border-bottom: 1px solid #ccc; /* Bordure entre les éléments de la liste déroulante */
}

.navbar-dropdown li:last-child {
    border-bottom: none; /* Supprime la bordure inférieure du dernier élément de la liste déroulante */
}

.navbar-dropdown li a {
    text-decoration: none; /* Supprime la décoration du texte du lien */
    color: #333; /* Couleur du texte du lien */
    display: block; /* Fait en sorte que le lien occupe tout l'espace disponible dans le conteneur li */
}

.navbar-dropdown li a:hover {
    background-color: #f5f5f5; /* Couleur de fond au survol du lien */
}


*:not(i){
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none; 
    font-family: 'Cairo', sans-serif !important;
}
p{
    color:#000 !important;
}

li.laun_btn{
    padding: 6px 0px;
    margin-left: 17px;
}
img {
    display: inline-block;
    max-width: 100%;
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/* .col-text {
    height:20em;
  } */
.grid-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-around;
}

.col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.col-left {
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.col-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Aligner-item {
    width: 70%;
}

.col-image {
    /* border-top-right-radius: 30%; */
    border-bottom-right-radius: 30%;
    border-top-left-radius: 30%;
    background-size: cover;
    background-position: center center;
    width: 50%;
    height: 44em;
    background-repeat: no-repeat;
    background-size: cover;
}

.accordion {
    padding-top: 2em;
}

@media (max-width: 640px) {
    .grid-flex {
        height: 40em;
        display: -webkit-flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .col {
        order: vertical;
    }

    .col-left {
        -webkit-box-ordinal-group: 0;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .col-text div p {
        padding: 1em;
    }

    .Aligner-item {
        width: 90%;
    }
}

html,
body {

    font-weight: 400;
    margin: 0;
    padding: 0;

}

h1,
h2 {
    font-weight: 700;

}
.auto-container {
    max-width: 1200px !important;
}

.container {
    max-width: 1200px !important;
    /* display: contents; */
    /* display: inline; */
    margin-left: auto;
    margin-right: auto;
}

section {
    padding-top: 3em;
}

.content article {

    padding: 1rem;
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.25rem;
}

nav.simpleCenteredLogo ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: baseline;
}

nav.simpleCenteredLogo ul li {
    font-size: 2.4rem;
    padding: 3rem;
    font-weight: 900;
}

@media screen and (max-width: 650px) {
    nav.simpleCenteredLogo ul li:not(.logo) {
        display: none;
    }

    nav.simpleCenteredLogo ul li.logo {
        border: none;
    }
}

nav.simpleCenteredLogo ul li a {
    position: relative;
    top: 20px;
    text-decoration: none;
    color: #000;
}

nav.simpleCenteredLogo ul li.active a,
nav.simpleCenteredLogo ul li:hover a,
nav.simpleCenteredLogo ul li:active a {
    color: rgba(0, 0, 0, 0.9);
}

nav.simpleCenteredLogo ul li.logo {
    padding: 0;
    vertical-align: top;

}

nav.simpleCenteredLogo ul li.logo .logoImgWrap {
    height: 6.25rem;
    width: 10.5rem;
    position: relative;
}

nav.simpleCenteredLogo ul li.logo a {
    text-indent: -10000px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    /* overflow: hidden; */
}

/* nav.simpleCenteredLogo ul li.logo a:hover {
  overflow: visible;
} */
nav.simpleCenteredLogo ul li.logo img {
    width: 22.5rem;
    height: auto;
    /* display: block; */
    position: absolute;
    top: 90%;
    left: 90%;
    transition: transform 0.1s;
    transform: translate3d(-50%, -50%, 0);
}

/*--------------------------
-------------------
------------
Responsive Version.
------------
-------------------
--------------------------*/
nav.responsiveCenteredLogo {
    position: relative;
}

nav.responsiveCenteredLogo .menuToggle {
    display: none;
}

@media screen and (max-width: 650px) {
    nav.responsiveCenteredLogo {
        overflow: hidden;
        height: 6.25rem;
    }

    nav.responsiveCenteredLogo.menuActive {
        overflow: auto;
        height: auto;
    }

    nav.responsiveCenteredLogo .menuToggle,
    nav.responsiveCenteredLogo .menuToggle:before,
    nav.responsiveCenteredLogo .menuToggle:after {
        z-index: 100;
        cursor: pointer;
        display: block;
        position: absolute;
        background: #7e172c;
        width: 3.125rem;
        height: 4px;
    }

    nav.responsiveCenteredLogo .menuToggle {
        top: 1.875rem;
        right: 1rem;
    }

    nav.responsiveCenteredLogo .menuToggle:before,
    nav.responsiveCenteredLogo .menuToggle:after {
        content: '';
        right: 0;
    }

    nav.responsiveCenteredLogo .menuToggle:before {
        top: 1rem;
    }

    nav.responsiveCenteredLogo .menuToggle:after {
        top: 2rem;
    }
}

nav.responsiveCenteredLogo ul {
    /*position: relative;*/
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    /*font-size: 0.1px;*/
}


@media screen and (max-width: 650px) {
    nav.responsiveCenteredLogo ul {
        padding-top: 6.25rem;
    }

    nav.responsiveCenteredLogo ul li {
        border-left: none;
    }

    nav.responsiveCenteredLogo ul li:not(.logo) {
        position: relative;
        display: block;
    }

    nav.responsiveCenteredLogo ul li.logo {
        border: none;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}


nav.responsiveCenteredLogo ul li a {
    position: relative;
    top: 20px;
    text-decoration: none;
    color: #7e172c;
}


nav.responsiveCenteredLogo ul li.active a,
nav.responsiveCenteredLogo ul li:hover a,
nav.responsiveCenteredLogo ul li:active a {
    color: #f2c478;
}

nav.responsiveCenteredLogo ul li.logo {
    padding: 0;
    vertical-align: top;
}

nav.responsiveCenteredLogo ul li.logo .logoImgWrap {
    height: 6.25rem;
    width: 10.5rem;
    position: relative;
}

nav.responsiveCenteredLogo ul li.logo a {
    text-indent: -10000px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
}

.curved {
    background-color: rgba(255, 255, 255, 0);
    background-image: radial-gradient(circle at center top, #f4f4f6 62%, #ffffff 62%);
    background-position: center center;
    background-repeat: no-repeat;
    border-width: 0px 0px 0px 0px;
    border-color: rgba(0, 0, 0, 0.08);
    border-style: solid;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient (circle at center top, transparent 50%,
            #f4f4f6 50%);

    background-repeat: no-repeat;
    /* position: relative;
    background: #2c3e50;
    height: 50vh;
    border-bottom-left-radius: 50% 100%;
    border-bottom-right-radius: 50% 100%; */
}








.ram-video-3 {
    position: relative;
    max-width: 800px;
    margin: auto;
}

.ram-video-3 .tv-wrap {
    margin: 15% 14% 16%;
    position: relative;
}

.ram-video-3 .tv-ram {
    position: absolute;
    z-index: 1;
    top: -8%;
    left: -17.5%;
    width: 135%;
    height: 143%;
    pointer-events: none;
}

.ram-video-3 .tv-ram img {
    width: 100%;
    height: 100%;
}

.ram-video-3 .tv-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    background: #000;
    cursor: pointer;
}

.ram-video-3 .tv-video:before {
    content: "";
    border: 3px solid #f2c478;
    border-radius: 20px;
    /* background-color: rgba(0, 0, 0, 0.7); */
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10' fill='%23f2c478' /%3E%3Cpolygon points='10 8 16 12 10 16 10 8' fill='%23fff' /%3E%3CforeignObject width='100%' height='100%'%3E%3Cimg src='https://img.youtube.com/vi/15IMAvMYkvE/hqdefault.jpg' alt='Video Thumbnail' style='width: 100%; height: 100%;' /%3E%3C/foreignObject%3E%3C/svg%3E");



    background-repeat: no-repeat;

    background-size: 50%;
    background-position: 50% 50%;
    width: 20%;
    height: 25%;
    z-index: 2;
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.4), 0 28px 30px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 35%;
    left: 40%;
    transition: 0.3s;
}

.custom-background {
    position: relative;
    width: 100px;
    /* Adjust as needed */
    height: 100px;
    /* Adjust as needed */
}

.youtube-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Adjust as needed */
}

.ram-video-3 .tv-video:hover:before {
    background-color: #7e172c;
    border-color: #f2c478;
}

.ram-video-3 .tv-video.show:before {
    display: none;
}

.ram-video-3 .tv-video iframe,
.ram-video-3 .tv-video img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



















.heading_section{
    align-items: center;
}




.about-us_btn {
    background-color: #7e172c;
    border: none;
    font-weight: 600;
    color: #f2c478;
    font-size: 27px;
    width: 12em;
    padding: 15px 32px;
    /* line-height: 2em; */
    border-radius: 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    /* text-align: center; */
    display: block;
}

.icon_heading{
    color: #f2c478;
}
.about-us_img {
    padding: 56px;
}



.sec_para{
    margin: 0;
    font-size: 22px;
    color: #000;
    line-height: 35px;
    padding-bottom: 2em;
    padding-top: 1em;
    text-align: center;
}


/* Section HOme */
.fusion-builder-row.fusion-row.fusion-flex-align-items-center {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

li {
    list-style: none;
}

.btn_click {
    padding-top: 42px;
    padding-bottom: 2em;
}

.fusion-button {
    background-color: #7e172c;
    border: none;
    color: white;
    width: 16em;
    padding: 15px 32px;
    line-height: 2em;
    border-radius: 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-left: 13em;
}

.check.icon {
    color: #000;
    position: absolute;
    margin-left: -19px;
    margin-top: 2px;
    width: 14px;
    height: 8px;
    border-bottom: solid 2px currentColor;
    border-left: solid 2px currentColor;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.fusion-body .fusion-builder-column-6 {
    width: 40% !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

.fusion-flex-container .fusion-row .fusion-flex-column {
    display: flex;
}

.fusion-body .fusion-builder-column-6 {
    width: 40% !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

.do-animate .fusion-animated {
    animation-fill-mode: both;
    animation-duration: 1s;
}

.fusion-animated {
    visibility: hidden;
}

.fusion-layout-column {
    position: relative;
    float: left;
    margin-bottom: 20px;
}

.fusion-imageframe.imageframe-2 {
    margin-bottom: 15px;
}

.fusion-body .fusion-builder-nested-column-1 {
    width: 50% !important;
    margin-top: 0px;
    margin-bottom: 0px;
}



.fusion-body .fusion-builder-nested-column-2 {
    width: 50% !important;
    margin-top: 0px;
    margin-bottom: 0px;
}

.fusion-builder-nested-column-2>.fusion-column-wrapper {
    padding-top: 0px !important;
    padding-right: 0px !important;
    margin-right: 3.84%;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    margin-left: 3.84%;
}

.fusion-body .fusion-builder-column-7 {
    width: 60% !important;
    margin-top: 20px;
    margin-bottom: 20px;
}


.fusion-button.button-4 {
    border-radius: 10px 10px 10px 10px;
}




/* --- banner --- */

.o-video {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 56.25%;
    /* 9 / 16 * 100 */
}

.o-video>iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}







.about-us_img img {
    border-bottom-left-radius: 41%;
    border-bottom-right-radius: 43%;
}





.checklist__list {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    /* line-height: 1.5; */
    display: grid;
    gap: 1rem 0;
    color: #000;
}

.checklist__list>li {
    align-items: end;
    display: grid;
    gap: 0 0.8rem;
    grid-template-columns: auto 1fr;
    font-family: Poppins, sans-serif;
    font-size: 22px;
}


.checklist__list>li::before {
    content: "";
    width: calc(1.4rem + 4px);
    height: calc(1.4rem + 4px);
    border-radius: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.478 10-10S17.523 2 12 2zm-.589 13.241-1.178 1.178-4.125-4.124 1.178-1.179 2.947 2.947 6.482-6.482 1.178 1.178-6.482 6.482z' fill='%237e172c'/%3E%3C/svg%3E");

    background-position: center center;
    background-size: 100%;
    /* background-color: #7e172c; */
    align-self: start;
}

span.fusion-button-text {
    font-size: 22px;
}

span.fusion-button-text:hover {
    color: #f2c478 !important;
}


ul.fusion-checklist.fusion-checklist-1 {
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;


}

.sectionClass {
    padding: 20px 0px 50px 0px;
    position: relative;
    display: block;
}

.fullWidth {
    width: 100% !important;
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    /* height: 100%; */
    position: relative;
}


.projectFactsWrap {
    display: flex;
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
}


#projectFacts .fullWidth {
    padding: 0;
}

.projectFactsWrap .item {
    width: 25%;
    height: 100%;
    padding: 90px 9px;
    text-align: center;
}

.projectFactsWrap .item:nth-child(1) {
    background: #7e172c;
}

.projectFactsWrap .item:nth-child(2) {
    background: #7e172c;
}

.projectFactsWrap .item:nth-child(3) {
    background: #7e172c;
}

.projectFactsWrap .item:nth-child(4) {
    background: #7e172c;
}

.projectFactsWrap .item p.number {
    font-size: 40px;
    padding: 0;
    font-weight: bold;
}

.projectFactsWrap .item p {
    color: #f2c478;
    font-size: 27px;
    margin: 0;
    padding: 10px;

}

.item.wow.fadeInUpBig.animated.animated {
    height: 22em;
}

.projectFactsWrap .item i {
    vertical-align: middle;
    font-size: 50px;
    color: #f2c478;
}



@media (max-width: 786px) {
    .projectFactsWrap .item {
        flex: 0 0 50%;
    }
}




.trans {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}




/* footer {
    padding: 3em;
    text-align: center;
    color: #f2c478;

    background: #7e172c;
    flex: 1 1 100%;
    align-self: flex-end;
}
 */
























.accordion .accordion-item {
  border-bottom: none !important;
}
 .accordion .accordion-item button[aria-expanded=true] {
  border-bottom: none !important;
}
.accordion-item {
    border:none !important;
  }
.accordion button {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
    padding: 1em 0;
    color: #f2c478;
    /* font-size: 1.15rem; */
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #f2c478;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #f2c478;
    /* border: 1px solid #03b5d2; */
}

.accordion button .accordion-title {
    margin-left: 0;
    margin-right: 40px;
    font-size: 30px;
    color: #000000;

    font-weight: 500;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    /* border: 1px solid; */
    border-radius: 22px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 10px;
    left: 5px;
    width: 16px;
    height: 3px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 4px;
    left: 11px;
    width: 3px;
    height: 15px;
    background: currentColor;
}

.accordion button[aria-expanded=true] {
    color: #f2c478;
}

.accordion button[aria-expanded=true] .icon::after {
    width: 0;
}

.accordion button[aria-expanded=true]+.accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
}














/* MEDIA QUERRY */

@media only screen and (max-width:1024px) {
    .fusion-title.fusion-title-1 {
        margin-top: 6px !important;
        margin-right: 0px !important;
        margin-bottom: 24px !important;
        margin-left: 0px !important;
    }
}

@media only screen and (max-width:640px) {
    .fusion-title.fusion-title-1 {
        margin-top: 12px !important;
        margin-right: 0px !important;
        margin-bottom: 24px !important;
        margin-left: 0px !important;
    }
}

@media only screen and (max-width:1024px) {
    .fusion-body .fusion-builder-column-6 {
        width: 50% !important;
        order: 0;
    }

    .fusion-builder-column-6>.fusion-column-wrapper {
        margin-right: 0%;
        margin-left: 3.84%;
    }
}

@media only screen and (max-width:640px) {
    .fusion-body .fusion-builder-column-6 {
        width: 100% !important;
        margin-top: 10px;
    }

    .fusion-builder-column-6>.fusion-column-wrapper {
        margin-right: 1.92%;
        margin-left: 1.92%;
    }
}

@media only screen and (max-width:1024px) {
    .fusion-title.fusion-title-2 {
        margin-top: 4px !important;
        margin-right:0 !important;
        margin-bottom: 0px !important;
        margin-left:0 !important;
    }
}

@media only screen and (max-width:640px) {
    .fusion-title.fusion-title-2 {
        margin-top: 4px !important;
        margin-right: 0px !important;
        margin-bottom: 0px !important;
        margin-left: 0px !important;
    }
}

@media only screen and (max-width:1024px) {
    .fusion-body .fusion-builder-nested-column-1 {
        width: 75% !important;
        order: 0;
    }

    .fusion-builder-nested-column-1>.fusion-column-wrapper {
        margin-right: 0%;
        margin-left: 2.56%;
    }
}

@media only screen and (max-width:640px) {
    .fusion-body .fusion-builder-nested-column-1 {
        width: 75% !important;
        order: 0;
    }

    .fusion-builder-nested-column-1>.fusion-column-wrapper {
        margin-right: 0%;
        margin-left: 2.56%;
    }
}

@media only screen and (max-width:1024px) {
    .fusion-body .fusion-builder-nested-column-2 {
        width: 25% !important;
        order: 0;
    }

    .fusion-builder-nested-column-2>.fusion-column-wrapper {
        margin-right: 7.68%;
        margin-left: 7.68%;
    }
}

@media only screen and (max-width:640px) {
    .fusion-body .fusion-builder-nested-column-2 {
        width: 100% !important;
        order: 0;
    }

    .fusion-builder-nested-column-2>.fusion-column-wrapper {
        margin-right: 1.92%;
        margin-left: 1.92%;
    }
}

@media only screen and (max-width:1024px) {
    .fusion-body .fusion-builder-column-7 {
        width: 50% !important;
        order: 0;
    }

    .fusion-builder-column-7>.fusion-column-wrapper {
        padding-top: 360px !important;
        margin-right: 3.84%;
        margin-left: 11.52%;
    }
}

@media only screen and (max-width:640px) {
    .fusion-body .fusion-builder-column-7 {
        width: 100% !important;
        order: 0;
    }

    .fusion-builder-column-7>.fusion-column-wrapper {
        margin-right: 1.92%;
        margin-left: 1.92%;
    }
}

.accordion button .accordion-title:hover {
    color: #f2c478;
}

/*
CONSULTATION */








@media only screen and (max-width:1024px) {
    .fusion-body .fusion-builder-column-7 {
        width: 40% !important;
        order: 0;
    }

    .fusion-builder-column-7>.fusion-column-wrapper {
        margin-right: 9.6%;
        margin-left: 9.6%;
    }
}

@media only screen and (max-width:640px) {
    .fusion-body .fusion-builder-column-7 {
        width: 100% !important;
        order: 1;
    }

    .fusion-builder-column-7>.fusion-column-wrapper {
        margin-right: 4.032%;
        margin-left: 1.92%;
    }
}

body {
    /* background-color: #4b111b; */
    /* width: 100%;
  min-height: 100vh; */
    /*
  display: flex;
  align-items: center;
  justify-content: center; */
}

button,
input {
    border: none;
    outline: none;
}

/****************
      FORM
*****************/
.contact_form {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/*  Button */
button {
    background: #a4243b;
    color: white;
    padding: 12px 0;
    font-size: 1.2rem;
    border-radius: 25px;
    cursor: pointer;
}

/* button:hover {
  background: #4b111b;
} */

/********************************************* Informations **********************************************************************************************************/
.cards_header {
    padding: 30px 30px 0;
    text-align: center;
}






.icon-card {

    color: #f2c478;
}

.card-header {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}



.cards_informations {
    padding: 15px;
    display: flex;
    flex-flow: row wrap;
}

.card_informations {
    display: flex;
    margin: 15px;
    width: calc((100% / 2) - 30px);
    /* transition: all 0.2s ease-in-out; */
    align-items: flex-start;
}

@media screen and (max-width: 991px) {
    .card_informations {
        width: calc((100% / 2) - 30px);
    }
}

@media screen and (max-width: 767px) {
    .card_informations {
        width: 100%;
    }
}

.card_informations:hover .card__inner {
    transform: scale(1.05);
}






@media screen and (min-width: 992px) {


    .card_informations:nth-of-type(3n+4) {
        clear: left;
    }


}

@media screen and (min-width: 768px) and (max-width: 991px) {


    .card_informations:nth-of-type(2n+3) {
        clear: left;
    }


}


/**Typeo CSS End**/
.faq-right_title {
    /* line-height: 2.4; */
    /* padding-right: 84px; */
    line-height: 3em;
    color: #f2c478;
    font-size: 22px;
    font-weight: 900;
}

.faq-right_para {
    margin: 0;
    font-size: 21px;
    padding-left: 3em;
    padding-right: 0em;
    color: #000;


}

.faq-group {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.faq-group .faq-left {
    width: 38%;
}

.faq-group .faq-right {
    width: 58%;
    /* border-left: #ccc 1px solid; */
    padding-left: 30px;
    margin-left: 4%;
}

.faq-group h3 {
    font-size: 24px;
    font-weight: normal;
    margin: 35px 0 15px 0;
}

.faq-group h3:first-child {
    margin-top: 0px;
}

.faq-btns {
    margin-bottom: 40px;
}

.faq-btn {
    width: 100%;
    display: inline-block;
    border: #000 1px solid;
    border-radius: 4px;
    text-align: center;
    margin: 10px 0;
    background-color: #fff;
    padding: 14px;
    text-decoration: none;
    color: #000;
    transition: 0.5s all;
}

.faq-btn:hover {
    background-color: #000;
    color: #fff;
}

.faq-item {
    width: 100%;
    margin: 7px 0px;
    /* border-bottom: #ebebeb 1px solid; */
}

.faq-item .faq-label {
    position: relative;
    width: 100%;
    padding: 12px 26px 12px 0px;
    cursor: pointer;
    font-size: 18px;
    color: #000;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.faq-item .faq-label i {
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
}

.faq-item .faq-label i:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 18px;
    height: 2px;
    background-color: #000;
}

.faq-item .faq-label i:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 2px;
    height: 18px;
    background-color: #000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

.faq-item.faq-item-show .faq-label i:after {
    opacity: 0;
}

.faq-cont {
    transition: 0.3s all;
    overflow: hidden;
    height: 0px;
}

.faq-item.faq-item-show .faq-cont {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: auto;
    height: auto;
}

.faq-cont p {
    margin: 0px 0 20px 0;
}

.faq-cont p:last-child {
    margin-bottom: 0px;
}

@media(max-width:992px) {
    .faq-group .faq-left {
        width: 100%;
    }

    .faq-group .faq-right {
        width: 100%;
        border-left: none;
        padding-left: 0;
        margin-left: 0;
    }
}




a.btn.rounded-pill.py-3.px-5.mt-3 {
    background: #7e172c !important;
    color: #f2c478 !important;
    font-size: 20;
}



main {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 30px;
    width: 100%;
    max-width: 1150px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 50px;
}

.topic {
    padding: 20px;
    padding-top: 0px;
    padding-bottom: 0px;

}

.open {
    cursor: pointer;
    display: block;
    padding: 0px;
}

/* .open:hover {
    opacity: 0.7;
} */

.expanded {

    transition: all 0.3s ease-in-out;
}

.question {
    padding-top: 30px;
    padding-right: 40px;
    /* padding-bottom: 21px; */
    font-size: 30px;
    font-weight: 500;
    color: #000;
}

.answer {
    font-size: 23px;
    line-height: 26px;
    display: none;
    margin-bottom: 30px;
    /* text-align: justify; */
    padding-left: 20px;
    padding-right: 20px;
}

.faq-t {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
    float: right;
    position: relative;
    top: -55px;
    right: 10px;
    width: 10px;
    height: 10px;
    background: transparent;
    border-left: 2px solid #f2c478;
    border-bottom: 2px solid #f2c478;
    transition: all 0.3s ease-in-out;
}

.faq-o {
    top: -50px;
    -moz-transform: rotate(-224deg);
    -ms-transform: rotate(-224deg);
    -webkit-transform: rotate(-224deg);
    transform: rotate(-224deg);
}

@media only screen and (max-width: 480px) {
    .faq-t {
        display: none;
    }

    .question {
        padding-right: 0px;
    }

    main {
        padding: 10px;
    }

    .answer {
        margin-bottom: 30px;
        padding-left: 0px;
        padding-right: 0px;
    }
}



/** about section **/

/* .about {
    background: #fff;
    padding: 31px 150px;
    position: relative;
    margin: 0 70px;
    box-shadow: 3px 0 62px rgba(13, 3, 3, 0.18);
    margin-bottom: -137px;
    border-top-left-radius: 255px;
    border-bottom-right-radius: 255px;
}

.container_width {max-width: 1380px;
 padding: 0 15px;
 display: block;
 margin: 0 auto;
 clear: both;


}

.about .titlepage {
     padding-bottom: 0;
}
.about .titlepage h2 {
    text-align: center;
    position: relative;
    padding-bottom: 18px;
    font-size: 54px;
    margin: 0;

    color: #7e172c;
} */




/** end about section **/
/** services section **/

.services {
    background: #7e172c;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 114px 0 84px 0;
    margin-top: 80px;
}


.services_main {
    text-align: center;
    margin-bottom: 30px;
}

.services_main .ho {
    position: absolute;
    left: 97px;
    opacity: 0;
    transition: ease-in all 0.5s;
}

.services_main h3 {
    color: #f2c478;
    font-size: 30px;
    /* line-height: 25px; */
    font-weight: bold;
    /* padding-bottom: 10px; */
    /* padding-top: 30px; */
    transition: ease-in all 0.5s;
}

.services_main p {
    font-size: 17px;
    /* line-height: 30px; */
    color: #f2c478;
    /* margin-bottom: 30px; */
}


#ho_color:hover.services_main h3 {
    color: #f2c478;
    transition: ease-in all 0.5s;
}




/** end services section **/


h4.title a {
    color: #f2c478 !important;
}

/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}

img.position-absolute.img-fluid.w-100.h-100.information_ {
    border-bottom-left-radius: 409px;
    border-top-right-radius: 409px;
}

.topic.information_topic {
    padding: -10px !important;
}

h2.question.information_question {
    /* color: #f2c478; */
    font-size: 1.5rem;
    font-weight: 500;
}

h2.question:hover {
    color: #f2c478;

}


.faq-icon {
    display: inline-block;
    float: right;
    position: relative;
    top: -38px;
    right: -8px;
    font-size: 21px;
    /* width: 27px; */
    /* height: 10px; */
    color: #f2c478;
}

.meeting-student_btn {
    color: #f2c478;
    background-color: #a4243b;
}
.nav-pills .nav-link.active

{
    color: #f2c478 !important;
    background-color: #a4243b !important;
}
.meeting-student_textbtn{
    color: #f2c478 !important;
}
.nav-pills .nav-link {
    background: none;
    border: 1px solid #7e172c !important;
    border-radius: 8px;
}
a:hover {
    color: #f2c478 !important;
}







/***

====================================================================
	News Section Two
====================================================================

***/

.news-section-two {
    position: relative;
    padding: 58px 0px 0px;
    /* background-color: #7e172c;
    background-image: url(../img/world-map.png); */
    background-size: contain;
}

.news-section-two .title-column {
    position: relative;
    margin-bottom: 30px;
}

.news-section-two .title-column .inner-column {
    position: relative;
}

.news-section-two .blocks-column {
    position: relative;
    margin-bottom:30px;
}

.news-section-two .blocks-column .inner-column {
    position: relative;
}
.service_sec {
    margin-bottom: 20px;
}
.ser_btn {
    background-color: white !important;
    color: #142943;
}
.btn-style-two {
    position: relative;
    display: inline-grid;
    font-size: 16px;
    line-height: 30px;
    color: rgb(255 255 255);
    font-weight: 600;
    overflow: hidden;
    background: none;
    text-align: center;
    border-radius: 4px;
    padding: 4px 11px 5px;
    text-transform: capitalize;
    /* background-color: main-color); */
    font-size: 13px;
}
.btn-style-two:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
    background-color: #231F20;
}
.btn-style-two .txt {
    position: relative;
    z-index: 1;
}
.news-block-three .inner-box .image {
    position: relative;
}
/* News Block Three */

.news-block-three {
    position: relative;
    margin-bottom: 30px;
}

.news-block-three .inner-box {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #fff;
}

.news-block-three .inner-box .image {
    position: relative;
}

.news-block-three .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: 0.3s;
}

.news-block-three .inner-box:hover .image img {
    transform: scale(1.1);
}

.news-block-three .inner-box .lower-content {
    position: relative;
    padding: 20px 35px 18px;
    background-color: #fff;
    border-radius: 7px 7px 7px 7px;
}



.news-block-three .inner-box .post-date span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
}

.news-block-three .inner-box .lower-content h5 {
    font-weight: 600;
    text-align: center;
    font-size: 30px;
    font-weight: 500;

}

.news-block-three .inner-box .lower-content h5 a {
    position: relative;
    color: #000;
}

.news-block-three .inner-box .lower-content h5 a:hover {
    color: rgb(34 31 31);
}

.news-block-three .inner-box .lower-content .post-meta {
    position: relative;
    text-align: center;
    padding: 12px 0px;
    border-radius: 7px;
    margin-left: -10px;
    margin-right: -10px;
    margin-top:25px;
    background-color: white;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}

.news-block-three .inner-box .lower-content .post-meta li {
    position: relative;
    line-height: 1.2em;
    display: inline-block;
    color: #000;
    border-right: 1px solid #b3b3b3;
    padding-left: 25px;
    padding-right: 15px;
    margin-right:15px;
    text-transform: uppercase;
}

.news-block-three .inner-box .lower-content .post-meta li:last-child {
    padding-right: 0;
    margin-right: 0;
    border: 0px;
}

.news-block-three .inner-box .lower-content .post-meta li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #000;
}
.text p {
    margin-bottom: 7px !important;
    margin-top: 5px !important;
    font-weight: 600 !important;
    font-size: 14px;
    line-height: 21px;
}
.sec-title.style-two h2 {
    text-transform: capitalize;
}
.service_sec h2 {
    color: white;
    margin-bottom: 13px;
}
.sec-title h2 {
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    font-size: 1.1em;
    color: #7e172c;
    font-weight: 900;
    line-height: 3em;
}

.test-p p {
    color: #000;
}

/***

====================================================================
	Fluid Section One
====================================================================

***/
.fluid-section-one {
    position: relative;
}

.fluid-section-one .outer-container {
    position: relative;
    min-height: 250px;
    background-color: #7e172c;
}

.fluid-section-one .image-column {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.fluid-section-one .image-column .image-box {
    position: relative;
    display: none;
}

.fluid-section-one .image-column .image-box img {
    position: relative;
    display: block;
    width: 100%;
}

.fluid-section-one .image-column:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.50;
    /*    background-image: linear-gradient(207deg, transparent, black);*/
}

.fluid-section-one .image-column .play-box .box-inner {
    position: relative;
    background-color: #7e172c;
    padding: 7px 20px 16px;
    border-radius: 0px 4px 4px 0px;
    border-left: 3px solid #d4d0d0;
    margin-top:-102px;
}

.fluid-section-one .image-column .play-box .video-box {
    position: absolute;
    left: 0px;
    top: -10px;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    border-radius: 50%;
    padding-left: 5px;
    font-size: 34px;
    display: inline-block;
    color: white;
    /* background-color: rgb(35 62 121); */
}

.fluid-section-one .image-column .play-box .title {
    position: relative;
    font-size: 18px;
    color: white;
}

.fluid-section-one .image-column .play-box h3 {
    color: white;
    margin-top: 10px;
}

.fluid-section-one .content-column {
    position: relative;
    /* float: left; */
    z-index: 1;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.banner_box h3 {
    font-size: 21px !important;
}

.fluid-section-one .content-column .inner-column {
    position: relative;
    max-width: 761px;
    width: 100%;
    /* float: left; */
    padding-right:15px;
    padding-left: 81px;
    padding-top: 37px;
    padding-bottom: 25px;
}
.right_s img {
    width: 600px;
}


/***

====================================================================
	Accordion Style
====================================================================

***/

.accordion-box {
    position: relative;
}

.accordion-box .heading {
    position: relative;
    color: #000000;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 45px;
}

.accordion-box .block {
    position: relative;
    padding: 0px 0px 5px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(255 255 255 / 26%);
}

.accordion-box .block:last-child{
    border-bottom: none;
}

.accordion-box .block .number {
    position: relative;
    color: #fff;
    font-size: 18px;
}

.accordion-box .block .acc-btn {
    font-size: 17px;
    position: relative;
    cursor: pointer;
    line-height: 23px;
    color: #fff;
    font-weight: 700;
    padding-left: 40px;
    padding-bottom: 10px;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    text-transform: capitalize;
}

.accordion-box .block .icon-outer {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 18px;
    color: #fff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon {
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 18px;
    color: #fff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon-plus {
    opacity: 1;
}

.accordion-box .block .icon-outer .icon-minus {
    opacity: 0;
    color: rgb(255 255 255);
    font-weight: 400;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
    opacity: 1;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
    opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer {
    border-color: #ff3548;
    color: #ff3548;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .acc-content .content-text {}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content {
    position: relative;
    font-size: 16px;
    padding: 5px 0px 10px 0px;
}

.accordion-box .block .content .text p {
    margin-bottom: 0px;
    line-height: 21px;
    font-size: 15px;
    color: #fff;
    margin-left: 42px;
}

.accordion-box .block .content p:last-child {
    margin-bottom:0;
}
.accordion-box .block .icon-outer .icon-minus {
    opacity: 0 !important;
    color: #fff !important;
    font-weight: 400 !important;
}
.faq-section .accordion-box .block .acc-btn h5 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    padding-left: 100px;
  }

  .faq-section .accordion-box .block .acc-btn h5 span {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    font-size: 20px;
    color: #8e91a2;
    text-align: center;
    transition: all 500ms ease;
  }

  .faq-section .accordion-box .block .acc-btn:before {
    position: absolute;
    content: "";
    background: #e6e6ea;
    width: 1px;
    height: 100%;
    left: 70px;
    top: 0px;
  }




/***

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
    position: relative;
    padding-top: 85px;
    background-attachment: fixed;
    background-size: cover;
}

.main-footer:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.95;
    background-color: #7e172c;
}

.main-footer .upper-box {
    position: relative;
    padding: 0px 80px;
}

.main-footer .upper-box .box-inner {
    position: relative;
    padding-left: 350px;
}

.main-footer .upper-box .box-inner .title {
    position: absolute;
    left: 0px;
    top: 20px;
    font-weight: 700;
    font-size: 24px;
    color: white;
}

.main-footer .upper-box .box-inner .title span {
    position: relative;
    font-weight: 400;
    color: #ffff;
}

.main-footer .widgets-section {
    position: relative;
    padding: 60px 0px 50px;
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 40px;
}

.main-footer .footer-widget h5 {
    color: white;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.main-footer .logo-widget {
    position: relative;
}

.main-footer .logo-widget .logo {
    position: relative;
    margin-bottom: 20px;
}

.main-footer .logo-widget .text {
    position: relative;
    color: #d7d7d7;
    font-size: 16px;
    line-height: 1.7em;
}

.main-footer .list-link {
    position: relative;
}

.main-footer .list-link li {
    position: relative;
    padding-left: var(--padding-left-30);
    margin-bottom: 10px;
}

.main-footer .list-link li:before {
    position: absolute;
    content: '\f061';
    left: 0px;
    top: 0px;
    color: white;
    font-family: 'FontAwesome' !important;
}

.main-footer .list-link li a {
    position: relative;
    font-size: 16px;
    font-size: white;
    color: white;
    text-transform: uppercase;
}

.main-footer .list-link li a:hover {
    color: #ffff;
}


/* Social Box */

.main-footer .social-box {
    position: relative;
    margin-top: 20px;
}

.main-footer .social-box li {
    position: relative;
    display: inline-block;
    margin-right: 5px;
}

.main-footer .social-box li a {
    position: relative;
    width: 46px;
    height: 46px;
    border-radius: 6px;
    text-align: center;
    line-height: 46px;
    display: inline-block;
    font-size: 18px;
    color: white;
    background-color: rgba(255, 255, 255, 0.10);
}

.main-footer .social-box li a:hover {
    color: #7e172c;
    background-color: #ffff;
}

.main-footer .footer-bottom {
    position: relative;
    padding: 35px 0px;
    text-align: center;
    background-color: #092656;
}

.main-footer .footer-bottom .copyright {
    position: relative;
    color: #b4b3b3;
    font-size: 16px;
}

.main-footer .footer-bottom .copyright a {
    position: relative;
    font-weight: 700;
    color: white;
    text-transform: capitalize;
}

.subscribe-form {
    margin-bottom: 35px;
}

.main-footer .subscribe-form .form-group {
    position: relative;
    display: block;
    padding-right: var(--padding-right-100);
}

.subscribe-form .form-group .icon {
    position: absolute;
    left: 30px;
    top: 23px;
    font-size: 16px;
    color: #ffff;
}

.subscribe-form .form-group input[type="text"],
.subscribe-form .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    line-height: 26px;
    border-radius: 10px;
    font-size: 16px;
    color: white;
    padding: 10px 85px 10px 65px;
    background-color: rgba(255, 255, 255, 0.08);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.subscribe-form .form-group button {
    position: absolute;
    right: 0px;
    top: 5px;
    cursor: pointer;
}


/***

====================================================================
	Footer Style Two
====================================================================

***/

.footer-style-two {
    position: relative;
    background-attachment: fixed;
    background-size: cover;
}
.auto-container {
    position: static;
    max-width: 1200px;
     padding: 0px 15px; 
    margin: 0 auto;
}
.footer-style-two:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.95;
    background-color: #031125;
}

.footer-style-two .widgets-section {
    position: relative;
    padding: 40px 0px 10px;
}

 .footer-logo  {
     text-align: end;
 }
/* .footer-logo img {*/
/*    width: 170px;*/
/*    padding: 1px 42px;*/
/*    margin-top: 0px;*/
/*} */

.footer-style-two .footer-widget {
    position: relative;
    margin-bottom: 40px;
}

.footer-style-two .footer-widget h5 {
    /* color: white; */
    /* line-height: 2em; */
    /* font-weight: 600; */
    text-transform: capitalize;
    /* margin-bottom: 20px; */
    font-size: 29px;
}
h5.list-link_h5{
    padding-bottom: 17px;
    padding-top: 6px;
}


/* .footer-style-two .logo-widget {
    position: relative;
} */

/* .footer-style-two .logo-widget .logo {
    position: relative;
    margin-bottom: 20px;
} */

/* .footer-style-two .logo-widget .text {
    position: relative;
    color: #d7d7d7;

    line-height: 21px;
    font-size: 22px;
    text-align: initial;
} */

.footer-style-two .list-link {
    position: relative;
}

.footer-style-two .list-link li {
    position: relative; 
    margin-bottom: 6px;
}
ul.social-box{
    padding: 1em 0em;
}

/* .footer-style-two .list-link li:before {
    position: absolute;
    content: '\f061';
    left: 0px;
    top: 0px;
    color: white;
    font-family: 'FontAwesome';
    font-size: 12px;
} */

.footer-style-two .list-link li a {
    position: relative;
    font-size: 22px;
    /* color: white; */
    /* text-transform: uppercase; */
    /* font-weight: 600; */
}

.footer-style-two .list-link li a:hover {
    color: #f2c478;
}


/* Social Box */

.footer-style-two .social-box {
    position: relative;
    margin-top: 4px;
}

.footer-style-two .social-box li {
    position: relative;
    display: inline-block;
    margin-right: 5px;
}

.footer-style-two .social-box li a{
    overflow: hidden;
}

.footer-style-two .social-box li a i{
    position: relative;
    transition: .5s;
    z-index: 3;
    padding-top: 5px;
}



.footer-style-two .social-box li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .5s;
  z-index: 2;
  background: #222220;
}

.footer-style-two .social-box li a:hover:before {
  top: 0;
}




.footer-style-two .social-box li a {
    position: relative;
    width: 35px;
    height: 26px;
    border-radius: 6px;
    text-align: center;
    line-height: 35px;
    display: inline-block;
    font-size: 15px;
    color: white;
    background-color: rgba(255, 255, 255, 0.10);
}

.footer-style-two .social-box li a:hover {
    color: #7e172c;
    background-color: #ffff;
}

.footer-style-two .footer-bottom {
    position: relative;
    padding: 90px 0px 35px;
    text-align: center;
    background-color: #ffff;
}

.footer-style-two .footer-bottom .copyright {
    position: relative;
    color: #7e172c;
    font-size: 16px;
}

.footer-style-two .footer-bottom .copyright a {
    position: relative;
    font-weight: 700;
    color: #7e172c;
    text-transform: capitalize;
}

.newsletter-widget .text {
    font-size: 16px;
    margin-bottom:15px;
}

.subscribe-form-two {
    position: relative;
}

.subscribe-form-two .form-group {
    position: relative;
    display: block;
}

.subscribe-form-two .form-group .icon {
    position: absolute;
    left: 30px;
    top: 23px;
    font-size: 16px;
    color: #ffff;
}

.subscribe-form-two .form-group input[type="text"],
.subscribe-form-two .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    line-height: 26px;
    border-radius: 10px;
    font-size: 16px;
    color: white;
    padding: 10px 15px 10px 65px;
    background-color: rgba(255, 255, 255, 0.08);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.subscribe-form-two .form-group button {
    position: relative;
    cursor: pointer;
    width: 100%;
    margin-top: 20px;
}

.footer-style-two .footer-gallery {
    position: relative;
    margin-bottom: -60px;
}

.footer-style-two .footer-gallery .owl-dots,
.footer-style-two .footer-gallery .owl-nav {
    display: none;
}

.footer-style-two .footer-gallery img {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.footer-style-two.style-two::before {
    border-top: 1px solid #f2c478;
    opacity: 0.60;
    background-color: #ffff;
}


.footer-style-two.style-two .list-link li:before,
.footer-style-two.style-two .logo-widget .text {
    color:#7e172c !important;
}

.footer-style-two.style-two .list-link li a{
    color: #7e172c !important;
}




.footer-style-two.style-two .footer-widget h5{
    color: #7e172c !important;
}

.footer-style-two.style-two .social-box li a {
    color: #f2c478;
    background-color: #7e172c !important;
}


.widget-content p {
   margin-bottom: 5px !important;
    color: #313130;
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
    padding-bottom: 5px;
}

.widget-content  a {
    color: #7e172c;
}

.bottom_1 h5 {
    font-size: 17px !important;
}


.numb {
   
    font-size: 21px !important;
}

.footer-style-two.style-two .subscribe-form-two .form-group input[type="text"],
.footer-style-two.style-two .subscribe-form-two .form-group input[type="email"] {
    color: #7e172c;
    background-color: white;
}

.footer-style-two.style-two .subscribe-form-two .form-group .icon {
    color: #ffff;
    z-index: 1;
}

.footer-style-two.style-two .footer-bottom {
    padding: 7px 0px;
    background-color: #7e172c;
}

.copyright p {
      margin-bottom: 1px !important;
    color: #f3f3f3 !important;
    font-size: 15px;
    font-weight: 800;
    text-align:center !important;
}

.copyright p a {
    color: #c9c9c9 !important;
}


/* Gallery Widget */

.gallery-widget .row {
    margin: 0px -5px;
}

.gallery-widget .image-column {
    position: relative;
    padding: 0px 5px;
    margin-bottom: 10px;
}

.gallery-widget .image-column img {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 8px;
}

.footer-style-two.style-three .footer-bottom {
    padding: 20px 0px;
    background-color: white;
}

.footer-style-two.style-three .footer-gallery {
    margin-bottom: 0;
    top: -60px;
}

.footer-style-two.style-three .widgets-section {
    padding-top: 40px;
}




.home-students__container {
    display: flex;
    gap: 9.6rem;
    padding-top: 12rem;
    padding-bottom: 12rem
}

@media(max-width: 1023.98px) {
    .home-students__container {
        flex-direction:column;
        gap: 2.4rem;
        padding-top: 5.6rem;
        padding-bottom: 5.6rem
    }
}

.home-students__content>*:last-child {
    margin-bottom: 0
}

@media(min-width: 1024px) {
    .home-students__content {
        flex:0 0 38rem
    }
}

@media(min-width: 1024px) {
    .home-students__scroll {
        width:calc(100% - 38rem - 9.6rem)
    }
}

.home-students__scroll .university-slide {
    height: 100%
}

.home__container {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem
}

@media(max-width: 767.98px) {
    .home__container {
        padding-top:2.8rem;
        padding-bottom: 2.8rem
    }
}

.home__container_wide {
    padding-top: 12rem;
    padding-bottom: 12rem
}

@media(max-width: 767.98px) {
    .home__container_wide {
        padding-top:5.6rem;
        padding-bottom: 5.6rem
    }
}
.home-students__content>*:last-child {
    margin-bottom: 0
}

@media(min-width: 1024px) {
    .home-students__content {
        flex:0 0 38rem
    }
}
.home__title_content {
    margin-bottom: 1.6rem
}
.home__title {
    font-size: 3.6rem;
    line-height: 1.2222222222;
    font-weight: 600;
    font-style: normal;
    margin-top: 0;
    margin-bottom: 3.6rem
}

@media(max-width: 1023.98px) {
    .home__title {
        font-size:2.8rem;
        line-height: 1.2857142857;
        font-weight: 600;
        font-style: normal;
        margin-bottom: 1.6rem
    }
}
@media(min-width: 1024px) {
    .home-students__scroll {
        width:calc(100% - 38rem - 9.6rem)
    }
}

.home-students__scroll .university-slide {
    height: 100%
}

.service-block-two {
    position: relative;
    margin-bottom: 30px;
}

.service-block-two .inner-box {
    position: relative;
    padding: 25px 22px 20px;
    border-radius: 7px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-top: 7px solid #f2c478;
    height: 255px;
    margin-left: 4px;
    margin-right: 4px;
}

.service-block-two .inner-box:hover {
    background-color: #f2c478;
    color: #fff;
}

.service-block-two .inner-box .icon {
    position: relative;
    color: rgb(18, 45, 98);
    font-size: 50px;
}
.rtl .faq-form .form-group,
.rtl .faq-form .form-group input[type="text"],
.rtl .faq-form .form-group input[type="password"],
.rtl .faq-form .form-group input[type="tel"],
.rtl .faq-form .form-group input[type="email"],
.rtl .faq-form .form-group select,
.rtl .faq-form .form-group textarea,
.rtl .service-block-two .inner-box {
    text-align: right;
}

/* .service-block-two .inner-box h5 {
    position: relative;
    margin-top: 10px;
    font-size: 17px;
    margin-bottom: 10px;
    color: #1d1d1b;
} */

.service-block-two .inner-box h5 {
    position: relative;
    color:#7e172c;
}


.service-block-two .inner-box:hover h5 {
    color: #fff;
}

.service-block-two .inner-box .text {
    position: relative;
    color: #fff;
    font-size:16px;
    margin-top: 15px;
}

.service-block-two .inner-box .read-more {
    position: relative;
    font-weight: 700;
    display: inline-block;
    color: #7e172c;
    font-size: 14px;
    text-transform: uppercase;
    margin-top:20px;
}

.service-block-two .inner-box .read-more .fa {
    position: relative;
    top: 1px;
    margin-left: 5px;
}

.service-block-two .inner-box .read-more:hover {
    color: white;
}

.service-block-two.style-two .inner-box {
    text-align: center;
}



/* //test_counter */
.home-header__stats {
    position: relative;
    display: grid;
    grid-auto-flow: column;
    grid-column-gap: 2.4rem;
    grid-auto-columns: 1fr;
}
.home-header__stats-item {
    display: flex;
    flex-flow: column-reverse;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    white-space: nowrap;
    align-items: center;
}
.home-header__stats-prop {
    font-size: 1.8rem;
    line-height: 1.5555555556;
    font-weight: 600;
    font-style: normal;
    text-transform: lowercase;
    color: #fff;
}
.home-header__stats-value {
    font-size: 3.6rem;
    line-height: 1.2222222222;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    margin-bottom: 0.4rem;
    display: flex;
}
.visually-hidden {
    clip: rect(1px, 1px, 1px, 1px) !important;
    height: 1px !important;
    overflow: hidden !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
}

.home-header__stats-value {
    font-size: 3.6rem;
    line-height: 1.2222222222;
    font-weight: 600;
    font-style: normal;
    color: #ffff;
    margin-bottom: 0.4rem;
    display: flex;
}




@media (min-width: 768px)
{.home-header__stats::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0.1rem;
    top: -2.4rem;
    left: 0;
    /* background-image: linear-gradient(90deg, rgba(61, 62, 64, 0) 0%, #3d3e40 50%, rgba(61, 62, 64, 0) 100%); */
}
}

.inner-column {
    padding: 2em;
}


/********************************REGISTRATION PAGE *******************************/
.sidebar-page-container {
    position: relative;
    padding: 50px 0px 0px;
}
.email-form .form-group {
    position: relative;
    display: block;
}

.email-form .form-group input[type="text"],
.email-form .form-group input[type="tel"],
.email-form .form-group input[type="email"],
.email-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    color: #373737;
    line-height: 20px;
    height: 48px;
    font-size: 15px;
    color: #797979;
    overflow: hidden;
    border-radius: 6px;
    font-weight: 400;
    text-align: center;
    padding: 10px 25px 10px 25px;
    background: rgb(233, 233, 237);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.email-form .form-group input[type="submit"],
.email-form button {
    position: relative;
    margin-top: 17px;
    width: 100%;
    padding: 5px 15px;
    text-transform: uppercase;
    border-radius: 4px;
}

.email-form.style-two .form-group input {
    text-align: left;
    margin-bottom: 10px;
}
.input_apply {
    margin-top: 10px;
    position: relative;
}

.input_apply input {
    padding: 10px 35px 10px 34px !important;
    height: 43px !important;
    text-align: left !important;
}

.input_apply select {
    padding: 10px 25px 10px 34px !important;
    height: 43px !important;
    width: 100%;
    border-radius: 4px;
    font-size: 15px;
    color: #797979;
    background-color: rgb(233, 233, 237);
}

.has-error small.help-block {
    color: #ef2d2d;
    display: block;
    text-align: left;
}
.mobile_div input[type="text"] {

    padding: 10px 25px 10px 90px !important;

}
.mobile_div input[type="text"] {

    padding: 10px 25px 10px 90px !important;

}
.input input {
    padding: 10px 35px 10px 34px !important;
    height: 43px !important;
    text-align: left !important;
}
.service-detail {
    position: relative;
}

.service-detail .inner-box {
    position: relative;
}

.service-detail .upper-box {
    position: relative;
    margin-bottom: 40;
}

.service-detail .upper-box .icon {
    position: absolute;
    left: 0px;
    top: 10px;
    line-height: 1em;
    font-size: 58px;
    color: var(--main-color);
}

.service-detail .upper-box .box-inner {
    position: relative;
    padding-left: var(--padding-left-90);
}

.service-detail .upper-box .title {
    position: relative;
    font-size: 16px;
    color: var(--main-color-two);
}

.service-detail .upper-box h2 {
    margin-top: 10px;
    margin-bottom: 20;
}

.service-detail .inner-box .image {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30;
}

.service-detail .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.service-detail .inner-box h4 {
    margin-bottom: 15;
}

.service-detail .inner-box p {
    line-height: 1.6em;
    font-size: 16px;
    color: rgb(29 28 27);
    margin-bottom: 20px;
}

.service-detail .inner-box .service-list {
    position: relative;
    margin-bottom: 20;
}

.service-detail .inner-box .service-list li {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    color: rgb(28 28 27);
    margin-bottom: 10px;
    padding-left: 30;
}

.service-detail .inner-box .service-list li:before {
    position: absolute;
    content: '\f00c';
    left: 0px;
    top: 0px;
    font-family: 'FontAwesome';
    color: #7e172c;
}

.service-detail .inner-box .service-list li:last-child {
    margin-bottom: 0;
}
.all-text {
    margin-left: 8px;
}
.all-text h1 {
    font-size: 24px !important;
}
.list_eng .all-text ol,
.list_eng .all-text ul li {
    margin-left: 15px !important;
}
.service-detail .inner-box .image {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30;
}
.side_de {
    padding: 17px;
    box-shadow: 0px 0px 14px 0px #00000045;
    border-radius: 4px;
    margin-left: 22px;
}
.sidebar-widget.subscribe-widget.side_applyfrom {
    width: 352px;
}

.subscribe-widget {
    position: relative;
    padding: 35px 30px;
    border-radius: 10px;
    background-color: #f2c478;
    width: 354px;
    margin-left: -17px;
}
.subscribe-widget h5 {
    text-align: center;
    color: white;
    margin-bottom: 20px;
}
.email-form .form-group input[type="submit"], .email-form button {
    position: relative;
    margin-top: 17px;
    width: 100%;
    padding: 5px 15px;
    text-transform: uppercase;
    border-radius: 4px;
}
.mobile_div .iti {
    width: 100%;
}
.iti {
    position: relative;
    display: inline-block;
}
.sidebar-page-container .content-side, .sidebar-page-container .sidebar-side {
    margin-bottom: 40px;
}
.email-form .form-group input[type="text"], .email-form .form-group input[type="tel"], .email-form .form-group input[type="email"], .email-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    color: #373737;
    line-height: 20px;
    height: 48px;
    font-size: 15px;
    color: #797979;
    overflow: hidden;
    border-radius: 6px;
    font-weight: 400;
    text-align: center;
    padding: 10px 25px 10px 25px;
    background: rgb(233, 233, 237);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.icone12 i {
    position: absolute;
    top: 13px;
    left: 13px;
    color: #7e172c;
}
/* .about_shape
{
    border-top-left-radius: 175px;
    border-bottom-right-radius: 175px;
} */


.accordion {
    /* width: 90%; */
    max-width: 1000px;
    /* margin: 2rem auto; */
}

.accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    /* font-weight: bold; */
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.accordion-item-header:hover {
    color: #f2c478;
}

.accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
    color: #f2c478;
}

.accordion-item-header.active::after {
    content: "\2212";
}

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/* .accordion-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;

} */

.accordion-item {
    border: none;
}
/* .image{
    width: 100%;
    height: 50%;
} */

/*
                    @media (max-width: 767px) {
                      html {
                        font-size: 14px;
                      }
                    } */




































.header-nav {
    display: grid;
    align-items: center;
    block-size: 100%;
}

/* .nav__list {
    list-style: none;
    display: grid;
    grid-auto-flow: column;
    justify-content: space-evenly;
    grid-auto-rows: 2.25rem;
} */

/* .list-item {
    block-size: 100%;
} */

.nav__link {
    block-size: inherit;
    display: inline-grid;
    place-items: center;
    min-width: 10ch;

}

/* .nav__link:focus-within {
    color: var(--accent-blue);
}
.nav__link:hover:not(:focus) {
    border-bottom: 2px solid currentColor;
} */
/* .nav__list:hover .nav__link:not(:focus, :hover) {
    color: var(--text-accent);
} */

@media (max-width: 575px) {
    .header-content--left {
        justify-content: space-between;
    }

    .header-content--right {
        height: auto;
    }

    .main-header .header-upper .logo-box .logo {
        position: relative;
        background-color: #fff;
        margin-top: 37px;
        /* border-radius: 10px 0px 20px 31px; */
        border-radius: 51px 53px;
    }


    .nav__list[aria-expanded="true"] {
        visibility: visible;
        transform-origin: top center;
        opacity: 1;
        transition: visibility 0ms, transform 166ms ease, opacity 166ms linear;
    }
}


@media (max-width: 479px) {
    .header-content--left > * {
        scale: 0.83;
    }
    /* .nav__list {
        width: calc(var(--full-width) - (var(--space-1) * 2));
    } */
}
select#locale
{
    background: transparent !important ;
    color: #fff !important;
}
option
{
    color: #000;
}

/***

====================================================================
	Clients Section Two
====================================================================

***/

.clients-section-two {
    position: relative;
    /* border-top: 1px solid #00000029; */
    /* padding-top: 35px; */
    padding-top: 137px;
    padding-bottom: 23px;
}

.clients-section-two.style-two {
    padding: 100px 0px 90px;
}

.clients-section-two .title-box {
    position: relative;
    margin-bottom: 12px;
}

.clients-section-two .title-box h2 {

    font-size: 3em;
    text-align: center;
    color: #7e172c;
}

.clients-section-two .title-box .icon {
    position: absolute;
    left: 15px;
    top: 0px;
    color:#7e172c;
    font-size: 70px;
    line-height: 1em;
}

.clients-section-two .title-box .text {
    position: relative;
    font-size: 18px;
    margin-top: 25px;
}

.clients-section-two .owl-carousel .owl-stage-outer {
    position: relative;
    padding: 47px 0px;
}

.clients-section-two .owl-theme .image-box {
    margin: 0px 10px;
}

.clients-section-two .owl-carousel {
    margin: 0px -10px;
    width: auto;
}

.clients-section-two .inner-container {
    position: relative;
}

.clients-section-two .sponsors-outer .owl-dots,
.clients-section-two .sponsors-outer .owl-nav {
    position: relative;
    display: none;
}

.clients-section-two .sponsors-outer .image-box {
    position: relative;
    text-align: center;
    border-radius: 8px;
    /* background-color: white;
    box-shadow: 1px 2px 4px 0px rgb(0 0 0 / 40%); */
}

.clients-section-two .sponsors-outer .image-box img {
    max-width: 100%;
    height: 144px;
    width: auto;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.clients-section-two .sponsors-outer .image-box img:hover {
    opacity: 0.7;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}  
.carousel-wrap {
  margin: auto;
  padding: 0 5%;
  width: 100%;
  position: relative;
}
 

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -50px;
  font-size: 45px;
}

.owl-nav .owl-next {
  right: -50px;
  font-size: 45px;
}
@media only screen and (max-width: 991px) {
 .owl-nav .owl-prev {
  left: -10px;
}

.owl-nav .owl-next {
  right: -10px;
}
.carousel-wrap .owl-carousel .owl-nav .owl-prev {
    left: -25px;
}
.carousel-wrap .owl-carousel .owl-nav .owl-next {
    right: -25px;
}

 
.fa-angle-left{
  font-size: 45px;
}
.fa-angle-right{
    font-size: 45px;
    
}
ol, ul{
    padding:0px !important;
}
}


/***

====================================================================
	teams Section Three
====================================================================

***/

/* Team Member CSS
===========================*/

h1.team-h1 {
     /* margin: 0; */
    /* position: absolute; */
    /* top: -124px; */
    text-align: center;
    /* left: 46%; */
    padding: 17px 33px 2em;
    color: #7e172c;
  }

  .cf:before,
  .cf:after {
      content: " "; /* 1 */
      display: table; /* 2 */
  }

  .cf:after {
      clear: both;
  }


  .cf {
      zoom: 1;
  }

  .team-container {
    /* max-width: 1000px; */
    margin: auto;
    padding-top: 1em;
    /* padding-top: 5em; */
    padding-bottom: 5em;
    margin-top: 3em;
    position: relative;
  }

  .team-member {
    /* width: 16%; */
    width: 88%;
    float: left;
    text-align: center;
    margin-right: 5%;
  }

  .team-member:last-child {margin-right: 0;}


  .team-member span,
  .team-member h3 {
      text-align: center;
   color: #000;
    padding-top: 7px;
    max-width: 200px;
    font-family: sans-serif;
    letter-spacing: -1px;
  }

  .team-member h3 {
    color: #7e172c;
    font-size: 24px;
  }



  .team-member span {
    display: block;

  }

/*  .team-container .owl-dots {*/
/*    display: none;*/
/*}*/

/*  .team-container .owl-nav {*/
/*    position: absolute;*/
/*    left: -70px;*/
/*    top: 34%;*/
/*    right: -70px;*/
/*    z-index: 10;*/
/*    transition: all 0.3s ease;*/
/*    -moz-transition: all 0.3s ease;*/
/*    -webkit-transition: all 0.3s ease;*/
/*    -ms-transition: all 0.3s ease;*/
/*    -o-transition: all 0.3s ease;*/
/*}*/
/*  .team-container.owl-nav .owl-prev {*/
/*    position: absolute;*/
/*    left: 0px;*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    color: #7e172c;*/
/*    font-size:24px;*/
/*    line-height: 46px;*/
/*    text-align: center;*/
/*    border-radius: 6px;*/
/*    transition: all 500ms ease;*/
/*    -moz-transition: all 500ms ease;*/
/*    -webkit-transition: all 500ms ease;*/
/*    -ms-transition: all 500ms ease;*/
/*    -o-transition: all 500ms ease;*/

/*}*/

/* .team-container .owl-nav .owl-next {*/
/*    position: absolute;*/
/*    right: 0px;*/
/*    color: #7e172c;*/
/*    font-size: 24px;*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    line-height: 50px;*/
/*    border-radius: 6px;*/
/*    text-align: center;*/
/*    transition: all 500ms ease;*/
/*    -moz-transition: all 500ms ease;*/
/*    -webkit-transition: all 500ms ease;*/
/*    -ms-transition: all 500ms ease;*/
/*    -o-transition: all 500ms ease;*/

/*}*/

.owl-nav .owl-next {

 color: #7e172c;
}
.owl-nav .owl-prev {
    color: #7e172c;
}
  .team-photo {
    border-radius: 50%;
    text-align: center;
    margin: auto;
    max-width: 100%;
    height: auto;
    transition: 0.1s transform ease-in-out;
    border: -1px solid #f2c478;
    background: rgb(126,23,44);
background: linear-gradient(90deg, rgba(126,23,44,1) 30%, rgba(242,196,120,1) 89%);
  }

/* Base styles for the element with the gradient border */
.team-photo  {
    position: relative;
    padding: 4px; /* Adjust as needed */
    /* Other styles */
}

/* Pseudo-element to create the gradient border */
.team-photo ::before {
    content: '';
    position: absolute;
    top: -3px; /* Adjust to match the border width */
    left: -3px; /* Adjust to match the border width */
    right: -3px; /* Adjust to match the border width */
    bottom: -3px; /* Adjust to match the border width */
    z-index: -1;
    background: linear-gradient(90deg, rgba(126,23,44,1) 30%, rgba(242,196,120,1) 89%);
}

/* Make sure the text/content doesn't cover the pseudo-element */
.team-photo  > * {
    position: relative;
    z-index: 1;
}

  .team-photo:hover {
    transform: scale(0.9);
    cursor: pointer;
  }


  /* code for phone layout */
  @media (max-width:850px){
    .team-member {
      width:25%;
      margin-left: 4%;
      margin-right: 4%;
      margin-bottom: 40px;

    }

  }



  @media (max-width:650px){
    .team-member {
      float: none;
      display: block;
      margin: 50px auto;
      width: 100%;
      text-align: center;
    }

    .team-member h3,
    .team-member span {
      margin: 15px auto;
    }
  }

li.drop-down_list{
        font-size: 23px;
}
.drop ul {
  
    text-align: left;
    opacity: 0;
    transform: translateY(-20px);
    height: 1px;
    /* min-width: 100%; */
    transition: transform .2s ease-in-out, opacity .1s ease-out;
    overflow: hidden;
    z-index: 1;

    border: 1px solid #333;
    border-top: 0;
    opacity: 0;
    visibility: hidden;
    transform: scaley(0);
    /* transform-origin: top center; */
}
li.list-item.drop{
direction: rtl;
}


.drop ul li{
  position: relative;
}
.drop ul li a{
 display: block; 
 border: none;
 text-align: left;
 /*border-bottom: 1px solid #ddd;*/
}
.drop ul{
    opacity: 0;
    visibility: hidden;
    transform: scaley(0);
    transform-origin: top center;
}
.drop:hover ul{
    transform: scaley(1);
    opacity: 1;
    visibility: visible;
  transform: translateY(0px);
  height: auto;
  z-index: 1;
   
}
.drop i{
    top:20px;
}
  /* ENDS Team Member CSS
  ===========================*/
